{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-user-profile",
      "artifactVersion": "8.10",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.admin.center",
          "org.nuxeo.admin.center.analytics.dashboards",
          "org.nuxeo.admin.center.jsf",
          "org.nuxeo.admin.center.monitoring",
          "org.nuxeo.admin.center.oauth.opensocial",
          "org.nuxeo.apidoc.core",
          "org.nuxeo.apidoc.repo",
          "org.nuxeo.apidoc.webengine",
          "org.nuxeo.connect.client.wrapper",
          "org.nuxeo.connect.update",
          "org.nuxeo.ecm.actions",
          "org.nuxeo.ecm.actions.jsf",
          "org.nuxeo.ecm.audit.io",
          "org.nuxeo.ecm.content.showcase",
          "org.nuxeo.ecm.default.config",
          "org.nuxeo.ecm.permissions",
          "org.nuxeo.ecm.platform",
          "org.nuxeo.ecm.platform.api",
          "org.nuxeo.ecm.platform.audio.core",
          "org.nuxeo.ecm.platform.audio.jsf",
          "org.nuxeo.ecm.platform.collections.core",
          "org.nuxeo.ecm.platform.collections.jsf",
          "org.nuxeo.ecm.platform.commandline.executor",
          "org.nuxeo.ecm.platform.content.template",
          "org.nuxeo.ecm.platform.contentview.jsf",
          "org.nuxeo.ecm.platform.convert",
          "org.nuxeo.ecm.platform.dublincore",
          "org.nuxeo.ecm.platform.el",
          "org.nuxeo.ecm.platform.htmlsanitizer",
          "org.nuxeo.ecm.platform.importer.core",
          "org.nuxeo.ecm.platform.importer.jaxrs",
          "org.nuxeo.ecm.platform.lang",
          "org.nuxeo.ecm.platform.login",
          "org.nuxeo.ecm.platform.login.cas2",
          "org.nuxeo.ecm.platform.login.default",
          "org.nuxeo.ecm.platform.login.digest",
          "org.nuxeo.ecm.platform.login.shibboleth",
          "org.nuxeo.ecm.platform.login.token",
          "org.nuxeo.ecm.platform.login.token.jsf",
          "org.nuxeo.ecm.platform.mail",
          "org.nuxeo.ecm.platform.mail.types",
          "org.nuxeo.ecm.platform.mail.web",
          "org.nuxeo.ecm.platform.marketplace-nuxeo-showcase-content-resources",
          "org.nuxeo.ecm.platform.oauth",
          "org.nuxeo.ecm.platform.pdf",
          "org.nuxeo.ecm.platform.preview",
          "org.nuxeo.ecm.platform.preview.jsf",
          "org.nuxeo.ecm.platform.rendering",
          "org.nuxeo.ecm.platform.restapi.io",
          "org.nuxeo.ecm.platform.restapi.server",
          "org.nuxeo.ecm.platform.restapi.server.login.tokenauth",
          "org.nuxeo.ecm.platform.restapi.server.search",
          "org.nuxeo.ecm.platform.suggestbox.core",
          "org.nuxeo.ecm.platform.suggestbox.jsf",
          "org.nuxeo.ecm.platform.thumbnail",
          "org.nuxeo.ecm.platform.ui",
          "org.nuxeo.ecm.platform.ui.select2",
          "org.nuxeo.ecm.platform.uidgen.core",
          "org.nuxeo.ecm.platform.web.common",
          "org.nuxeo.ecm.platform.webapp.types",
          "org.nuxeo.ecm.platform.ws",
          "org.nuxeo.ecm.platform.ws.sun.jaxws",
          "org.nuxeo.ecm.user.center",
          "org.nuxeo.ecm.user.center.dashboard",
          "org.nuxeo.ecm.user.center.dashboard.jsf",
          "org.nuxeo.ecm.user.center.notification",
          "org.nuxeo.ecm.user.center.oauth",
          "org.nuxeo.ecm.user.center.profile",
          "org.nuxeo.ecm.user.center.profile.jsf",
          "org.nuxeo.ecm.user.invite",
          "org.nuxeo.ecm.user.registration",
          "org.nuxeo.ecm.user.registration.web",
          "org.nuxeo.ecm.webapp.base",
          "org.nuxeo.ecm.webapp.core",
          "org.nuxeo.ecm.webapp.ui",
          "org.nuxeo.ecm.webdav",
          "org.nuxeo.platform.virtualnavigation.types",
          "org.nuxeo.platform.virtualnavigation.web",
          "org.nuxeo.search.ui",
          "org.nuxeo.usermapper"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.platform",
        "id": "grp:org.nuxeo.ecm.platform",
        "name": "org.nuxeo.ecm.platform",
        "parentIds": [],
        "readmes": [],
        "version": "8.10"
      },
      "bundleId": "org.nuxeo.ecm.user.center.profile",
      "components": [
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.ecm.user.center.profile.UserProfileServiceImpl",
          "documentation": "\n    Component and Service to manage the user profile\n\n    @author Quentin Lamerand (qlamerand@nuxeo.com)\n  \n",
          "documentationHtml": "<p>\nComponent and Service to manage the user profile\n</p><p></p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.ecm.user.center.profile.UserProfileService",
              "descriptors": [
                "org.nuxeo.ecm.user.center.profile.ImporterConfig"
              ],
              "documentation": "\n      The user profile importerConfig contains:\n\n      - dataFile: define the user profile CSV data filename to be imported on startup.\n      - dateFormat: the date format used for CSV file date properties.\n      - listSeparatorRegex: the list separator regular expression used for CSV data file\n        list properties.\n      - updateExisting: if 'true' existing user profiles will be updated by the\n        import.\n      - batchSize: the number of user profile document updates to be committed in\n        one transaction.\n    \n",
              "documentationHtml": "<p>\nThe user profile importerConfig contains:\n</p><p>\n- dataFile: define the user profile CSV data filename to be imported on startup.\n- dateFormat: the date format used for CSV file date properties.\n- listSeparatorRegex: the list separator regular expression used for CSV data file\nlist properties.\n- updateExisting: if &#39;true&#39; existing user profiles will be updated by the\nimport.\n- batchSize: the number of user profile document updates to be committed in\none transaction.\n</p><p></p>",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.profile.UserProfileService/ExtensionPoints/org.nuxeo.ecm.user.center.profile.UserProfileService--config",
              "id": "org.nuxeo.ecm.user.center.profile.UserProfileService--config",
              "label": "config (org.nuxeo.ecm.user.center.profile.UserProfileService)",
              "name": "config",
              "version": "8.10"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.profile.UserProfileService",
          "name": "org.nuxeo.ecm.user.center.profile.UserProfileService",
          "requirements": [],
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.ecm.user.center.profile.UserProfileService",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.profile.UserProfileService/Services/org.nuxeo.ecm.user.center.profile.UserProfileService",
              "id": "org.nuxeo.ecm.user.center.profile.UserProfileService",
              "overriden": false,
              "version": "8.10"
            }
          ],
          "version": "8.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.user.center.profile.UserProfileService\">\n\n  <require>org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService</require>\n\n  <implementation class=\"org.nuxeo.ecm.user.center.profile.UserProfileServiceImpl\" />\n\n  <documentation>\n    Component and Service to manage the user profile\n\n    @author Quentin Lamerand (qlamerand@nuxeo.com)\n  </documentation>\n\n  <service>\n    <provide interface=\"org.nuxeo.ecm.user.center.profile.UserProfileService\" />\n  </service>\n\n  <extension-point name=\"config\">\n    <documentation>\n      The user profile importerConfig contains:\n\n      - dataFile: define the user profile CSV data filename to be imported on startup.\n      - dateFormat: the date format used for CSV file date properties.\n      - listSeparatorRegex: the list separator regular expression used for CSV data file\n        list properties.\n      - updateExisting: if 'true' existing user profiles will be updated by the\n        import.\n      - batchSize: the number of user profile document updates to be committed in\n        one transaction.\n    </documentation>\n    <object class=\"org.nuxeo.ecm.user.center.profile.ImporterConfig\" />\n  </extension-point>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/userprofile-framework.xml",
          "xmlPureComponent": false
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.web.common.locale--providers",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.profile.locale.contrib/Contributions/org.nuxeo.ecm.user.center.profile.locale.contrib--providers",
              "id": "org.nuxeo.ecm.user.center.profile.locale.contrib--providers",
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.web.common.locale",
                "name": "org.nuxeo.ecm.platform.web.common.locale",
                "type": "service"
              },
              "version": "8.10",
              "xml": "<extension point=\"providers\" target=\"org.nuxeo.ecm.platform.web.common.locale\">\n    <provider class=\"org.nuxeo.ecm.user.center.profile.localeProvider.UserLocaleProvider\"/>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.profile.locale.contrib",
          "name": "org.nuxeo.ecm.user.center.profile.locale.contrib",
          "requirements": [],
          "services": [],
          "version": "8.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.user.center.profile.locale.contrib\">\n  <require>org.nuxeo.ecm.platform.web.common.locale.default.contrib</require>\n  <extension target=\"org.nuxeo.ecm.platform.web.common.locale\" point=\"providers\">\n    <provider\n      class=\"org.nuxeo.ecm.user.center.profile.localeProvider.UserLocaleProvider\" />\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/user-locale-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.convert.service.ConversionServiceImpl--converter",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.profile.converters/Contributions/org.nuxeo.ecm.user.center.profile.converters--converter",
              "id": "org.nuxeo.ecm.user.center.profile.converters--converter",
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.convert.service.ConversionServiceImpl",
                "name": "org.nuxeo.ecm.core.convert.service.ConversionServiceImpl",
                "type": "service"
              },
              "version": "8.10",
              "xml": "<extension point=\"converter\" target=\"org.nuxeo.ecm.core.convert.service.ConversionServiceImpl\">\n\n    <converter class=\"org.nuxeo.ecm.platform.convert.plugins.CommandLineConverter\" name=\"resizeAvatar\">\n      <sourceMimeType>image/jpeg</sourceMimeType>\n      <sourceMimeType>image/png</sourceMimeType>\n      <sourceMimeType>image/gif</sourceMimeType>\n      <destinationMimeType>image/jpg</destinationMimeType>\n      <parameters>\n        <parameter name=\"CommandLineName\">resizeAvatar</parameter>\n      </parameters>\n    </converter>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.profile.converters",
          "name": "org.nuxeo.ecm.user.center.profile.converters",
          "requirements": [],
          "services": [],
          "version": "8.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.user.center.profile.converters\">\n\n  <extension target=\"org.nuxeo.ecm.core.convert.service.ConversionServiceImpl\"\n    point=\"converter\">\n\n    <converter name=\"resizeAvatar\" class=\"org.nuxeo.ecm.platform.convert.plugins.CommandLineConverter\">\n      <sourceMimeType>image/jpeg</sourceMimeType>\n      <sourceMimeType>image/png</sourceMimeType>\n      <sourceMimeType>image/gif</sourceMimeType>\n      <destinationMimeType>image/jpg</destinationMimeType>\n      <parameters>\n        <parameter name=\"CommandLineName\">resizeAvatar</parameter>\n      </parameters>\n    </converter>\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/converter-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.io.MarshallerRegistry--marshallers",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.enricher/Contributions/org.nuxeo.ecm.user.center.enricher--marshallers",
              "id": "org.nuxeo.ecm.user.center.enricher--marshallers",
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.io.MarshallerRegistry",
                "name": "org.nuxeo.ecm.core.io.MarshallerRegistry",
                "type": "service"
              },
              "version": "8.10",
              "xml": "<extension point=\"marshallers\" target=\"org.nuxeo.ecm.core.io.MarshallerRegistry\">\n    <!-- user profile enricher -->\n    <register class=\"org.nuxeo.ecm.user.center.profile.rest.UserProfileEnricher\" enable=\"true\"/>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.enricher",
          "name": "org.nuxeo.ecm.user.center.enricher",
          "requirements": [],
          "services": [],
          "version": "8.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.user.center.enricher\" version=\"1.0.0\">\n  <extension target=\"org.nuxeo.ecm.core.io.MarshallerRegistry\" point=\"marshallers\">\n    <!-- user profile enricher -->\n    <register class=\"org.nuxeo.ecm.user.center.profile.rest.UserProfileEnricher\" enable=\"true\" />\n  </extension>\n</component>\n",
          "xmlFileName": "/OSGI-INF/enricher-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.schema.TypeService--doctype",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.profile.core.types/Contributions/org.nuxeo.ecm.user.center.profile.core.types--doctype",
              "id": "org.nuxeo.ecm.user.center.profile.core.types--doctype",
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.schema.TypeService",
                "name": "org.nuxeo.ecm.core.schema.TypeService",
                "type": "service"
              },
              "version": "8.10",
              "xml": "<extension point=\"doctype\" target=\"org.nuxeo.ecm.core.schema.TypeService\">\n    <facet name=\"UserProfile\">\n      <schema name=\"userprofile\"/>\n    </facet>\n\n    <doctype extends=\"Document\" name=\"UserProfile\">\n      <schema name=\"common\"/>\n      <schema name=\"dublincore\"/>\n      <facet name=\"UserProfile\"/>\n      <facet name=\"HiddenInNavigation\"/>\n    </doctype>\n\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.schema.TypeService--schema",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.profile.core.types/Contributions/org.nuxeo.ecm.user.center.profile.core.types--schema",
              "id": "org.nuxeo.ecm.user.center.profile.core.types--schema",
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.schema.TypeService",
                "name": "org.nuxeo.ecm.core.schema.TypeService",
                "type": "service"
              },
              "version": "8.10",
              "xml": "<extension point=\"schema\" target=\"org.nuxeo.ecm.core.schema.TypeService\">\n    <schema name=\"userprofile\" prefix=\"userprofile\" src=\"schemas/userprofile.xsd\"/>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.profile.core.types",
          "name": "org.nuxeo.ecm.user.center.profile.core.types",
          "requirements": [],
          "services": [],
          "version": "8.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.user.center.profile.core.types\">\n\n  <extension target=\"org.nuxeo.ecm.core.schema.TypeService\"\n    point=\"schema\">\n    <schema name=\"userprofile\" src=\"schemas/userprofile.xsd\"\n      prefix=\"userprofile\" />\n  </extension>\n\n  <extension target=\"org.nuxeo.ecm.core.schema.TypeService\"\n    point=\"doctype\">\n    <facet name=\"UserProfile\">\n      <schema name=\"userprofile\" />\n    </facet>\n\n    <doctype name=\"UserProfile\" extends=\"Document\">\n      <schema name=\"common\" />\n      <schema name=\"dublincore\" />\n      <facet name=\"UserProfile\" />\n      <facet name=\"HiddenInNavigation\" />\n    </doctype>\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/core-types-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent--command",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.profile.commandline/Contributions/org.nuxeo.ecm.user.center.profile.commandline--command",
              "id": "org.nuxeo.ecm.user.center.profile.commandline--command",
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent",
                "name": "org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent",
                "type": "service"
              },
              "version": "8.10",
              "xml": "<extension point=\"command\" target=\"org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent\">\n\n    <command enabled=\"true\" name=\"resizeAvatar\">\n      <commandLine>convert</commandLine>\n      <parameterString>-define registry:temporary-path=#{nuxeo.tmp.dir} -quiet #{sourceFilePath}[0] jpg:- | convert - -resize #{targetWidth}x#{targetHeight}&gt; #{targetFilePath}</parameterString>\n      <winParameterString>-define registry:temporary-path=#{nuxeo.tmp.dir} -quiet #{sourceFilePath}[0] -resize #{targetWidth}x#{targetHeight}&gt; #{targetFilePath}</winParameterString>\n      <installationDirective>You need to install ImageMagick.</installationDirective>\n    </command>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.profile.commandline",
          "name": "org.nuxeo.ecm.user.center.profile.commandline",
          "requirements": [],
          "services": [],
          "version": "8.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.user.center.profile.commandline\">\n\n  <require>org.nuxeo.ecm.platform.commandline.executor.service.defaultContrib</require>\n\n  <extension target=\"org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent\"\n    point=\"command\">\n\n    <command name=\"resizeAvatar\" enabled=\"true\">\n      <commandLine>convert</commandLine>\n      <parameterString>-define registry:temporary-path=#{nuxeo.tmp.dir} -quiet #{sourceFilePath}[0] jpg:- | convert - -resize #{targetWidth}x#{targetHeight}> #{targetFilePath}</parameterString>\n      <winParameterString>-define registry:temporary-path=#{nuxeo.tmp.dir} -quiet #{sourceFilePath}[0] -resize #{targetWidth}x#{targetHeight}> #{targetFilePath}</winParameterString>\n      <installationDirective>You need to install ImageMagick.</installationDirective>\n    </command>\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/commandline-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.event.EventServiceComponent--listener",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.profile.listeners.contrib/Contributions/org.nuxeo.ecm.user.center.profile.listeners.contrib--listener",
              "id": "org.nuxeo.ecm.user.center.profile.listeners.contrib--listener",
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.event.EventServiceComponent",
                "name": "org.nuxeo.ecm.core.event.EventServiceComponent",
                "type": "service"
              },
              "version": "8.10",
              "xml": "<extension point=\"listener\" target=\"org.nuxeo.ecm.core.event.EventServiceComponent\">\n\n    <listener async=\"false\" class=\"org.nuxeo.ecm.user.center.profile.listeners.ResizeAvatarPictureListener\" name=\"resizeArticlePictureListener\" postCommit=\"false\" priority=\"200\">\n      <event>beforeDocumentModification</event>\n    </listener>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile/org.nuxeo.ecm.user.center.profile.listeners.contrib",
          "name": "org.nuxeo.ecm.user.center.profile.listeners.contrib",
          "requirements": [],
          "services": [],
          "version": "8.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.user.center.profile.listeners.contrib\">\n  <extension target=\"org.nuxeo.ecm.core.event.EventServiceComponent\"\n    point=\"listener\">\n\n    <listener name=\"resizeArticlePictureListener\" async=\"false\"\n      postCommit=\"false\"\n      class=\"org.nuxeo.ecm.user.center.profile.listeners.ResizeAvatarPictureListener\"\n      priority=\"200\">\n      <event>beforeDocumentModification</event>\n    </listener>\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/listeners-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-user-profile-8.10.jar",
      "groupId": "org.nuxeo.ecm.platform",
      "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.user.center.profile",
      "id": "org.nuxeo.ecm.user.center.profile",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: jenkins\r\nBuild-Jdk: 1.8.0_77\r\nBundle-ManifestVersion: 1\r\nBundle-Version: 0.0.1\r\nBundle-Name: Nuxeo User Center Profile\r\nBundle-SymbolicName: org.nuxeo.ecm.user.center.profile;singleton:=true\r\nBundle-Vendor: Nuxeo\r\nNuxeo-Component: OSGI-INF/core-types-contrib.xml,OSGI-INF/listeners-co\r\n ntrib.xml,OSGI-INF/userprofile-framework.xml,OSGI-INF/user-locale-con\r\n trib.xml,OSGI-INF/enricher-contrib.xml,OSGI-INF/commandline-contrib.x\r\n ml,OSGI-INF/converter-contrib.xml\r\n\r\n",
      "packages": [],
      "requirements": [],
      "version": "8.10"
    }
  ],
  "creationDate": 1664793159691,
  "key": "Nuxeo Platform LTS 2016-8.10",
  "name": "Nuxeo Platform LTS 2016",
  "operations": [],
  "packages": [],
  "pluginSnapshots": {},
  "releaseDate": 1481518800000,
  "version": "8.10"
}